LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>)






The status of the interactive mode.
Interactive mode points.
Initializes a new RasterViewerPointsEventArgs with specified values.
Syntax
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
'Declaration
 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal points As RasterCollection(Of Point) _
)
'Usage
 
Dim status As RasterViewerInteractiveStatus
Dim points As RasterCollection(Of Point)
 
Dim instance As New RasterViewerPointsEventArgs(status, points)
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
function RasterViewerPointsEventArgs( 
   status ,
   points 
)
public:
RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point>^ points
)

Parameters

status
The status of the interactive mode.
points
Interactive mode points.
Example
Refer to InteractiveRegionFreehand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterViewerPointsEventArgs Class
RasterViewerPointsEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.